/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

title {
		width: 800px;
		height: 30px;
		padding: 15px;
		margin: 25px;
		}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 17px;
	font-family: Arial;
	margin: 0;
	color: #084A94;
	white-space: nowrap;
	padding: 0;

/*to totally center the piece, set below to 'center'*/
	text-align: left;
	border-color: #084A94;
}

body {
	line-height: 1.2;
	padding: 20px;
}

ol, ul {
	margin-left: 10px;
}

:focus {
	outline: 1px #c0c dotted;
}
.coda-slider-wrapper #coda-slider-1 .panel .panel-wrapper p b {
	text-align: right;
}
	/*"add"ed by Ernie*/
	#add {
	background-color:#FFF;
	background: #EEEEEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-weight: bold;
	width: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	}
	
	#_add {
	background-color:#FFF;
	background: #FFF;
	border-top: 0px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	}
	
	#wrap {
	margin-left: 20px;
	height: auto;
	width: 760px;
	}
	
	#child {
	width: 332px;
	height: 83px;
	}
	
	#source {
	margin-left: 50px;
	height: auto;
	width: 750px;
	}

	.red {
	font-size:16px;
	font-family: Arial, Helvetica;
	color: #C00;
	font-weight: bold;
	}
	
	.dir {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	}

	.javawarn {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	width: auto;
	}
	
	.source {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;	
	}
	
	
